home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / _menu.Dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1997-09-03  |  142 b   |  8 lines

  1. on exitFrame
  2.   if demoExists(gDemoInfo, "SheilaRae") then
  3.     setGrey(gControlButs, 3, 0)
  4.   else
  5.     setGrey(gControlButs, 3, 1)
  6.   end if
  7. end
  8.